home *** CD-ROM | disk | FTP | other *** search
/ Deep Throat Girls 5 / Deep Throat Girls 5.iso / mac / MAC.Dir / 00061_quit.ls < prev    next >
Encoding:
Text File  |  1997-02-09  |  163 b   |  10 lines

  1. on mouseDown
  2.   global movie
  3.   repeat with q = 5 to 11
  4.     puppetSprite(q, 0)
  5.   end repeat
  6.   unloadMember(movie)
  7.   set the timeoutScript to EMPTY
  8.   stopMovie()
  9. end
  10.